home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / otbank20.zip / OTBANK.CFG next >
Text File  |  1991-01-11  |  1KB  |  52 lines

  1. ; Configuration file for OTBANK version 2.0.
  2. ;
  3. ; You may edit this file with any text editor with the following restrictions.
  4. ;
  5. ; Configuration commands must be in the following format:
  6. ;
  7. ; COMMAND = COMMAND'S VALUE;
  8. ;
  9. ;
  10. ; Any line which is not a command must start with a semi-colon. There cannot
  11. ; be any blank lines in the config file.
  12. ;
  13. ; Here is the start of the configuration section.
  14. ;
  15. ; Your registration code.
  16. REG_NUMBER = 0
  17. ;
  18. ; Name of your Bank.
  19. BANK_NAME = First Munchkin Bank
  20. ;
  21. ; Bank manager's name.
  22. BANK_MANAGER = The Munchkin
  23. ;
  24. ; Inhibited withdrawls start time. ( 24 hour format )
  25. INHIBITED_START = 1700
  26. ;
  27. ; Inhibited withdrawls stop time. ( 24 hour format )
  28. INHIBITED_STOP = 2359
  29. ;
  30. ; Maximum time available during restricted hours. ( minutes )
  31. INHIBITED_LIMIT = 60
  32. ;
  33. ; Maximum amount of time which may be loaned. ( minutes )
  34. LOAN_LIMIT = 60
  35. ;
  36. ; Interest rate charged on loans. ( integer percent of total loan )
  37. LOAN_INTEREST = 10
  38. ;
  39. ; Maximum amount of automatic repayment. ( minutes )
  40. LOAN_PAYMENT = 15
  41. ;
  42. ; Maximum number of minutes a user is allowed to store in bank.
  43. ACCOUNT_MAXIMUM = 100
  44. ;
  45. ; Allow Gambling menu choice to be accessed by the user.
  46. ALLOW_GAMBLING = YES
  47. ;
  48. ; Allow Loans menu choice to be accessed by the user.
  49. ALLOW_LOANS = YES
  50. ;
  51. ; This completes the configuration file.
  52.